Search results
12 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Fast and small Node.js Worker_Threads and Cluster Worker Pool
- nodejs
- worker pool
- thread pool
- worker_threads
- cluster
- concurrency
- performance
- cpu
- computing
- scheduling
- parallelism
- eventloop
> [Asynq](https://github.com/hibiken/asynq) is a Go library for queueing tasks and processing them asynchronously with workers. It's backed by Redis and is designed to be scalable yet easy to get started. > > Highlevel overview of how Asynq works: > > * C
worker-tls 提供了 动态Worker 功能 和 其它一些 Worker 场景下有用的工具集;让开发者可以像调用对象方法一样动态地调用Worker中的方法,也可以随时地往 Worker 中动态地添加函数 等等。
An implementation of the web worker API with a worker pool support.
A lightweight, beginner friendly, reusable worker module supporting multiple job types, including job queues and automatic job distribution across idle workers. Written to abstract away cumbersome Node.js Worker setup to bare minimum.
- simple
- workers
- node workers
- worker threads
- worker pool
- worker-threads
- reusable workers
- small
- lightweight
- dependency free
- production ready
- background job queue
Package to execute tasks on a worker pool to deal with a wave of CPU heavy tasks.
- multithreading
- CPU heavy tasks
- web workers
- threads
- parallel
- calculations
- performance
- non-blocking
- pool
- worker pool
Client worker pool, used to establish communication between worker threads in a closed cluster pool, to load balance tasks running in the background (like encoding, compression).
A worker pool for Node.js applications
A promise-based object pool for Node.js
Create and manage a pool of worker threads with an improved two-way communication.
- thread
- threads
- threading
- pool
- thread pool
- pooling
- threadpool
- workerpool
- worker pool
- workerthreads
- worker-threads
- worker threads
- worker_threads
- worker
ES6 A lightweight, beginner friendly, reusable worker module supporting multiple job types, including job queues and automatic job distribution across idle workers. Written to abstract away cumbersome Node.js Worker setup to bare minimum.
- simple
- workers
- node workers
- worker threads
- worker pool
- worker-threads
- reusable workers
- small
- lightweight
- dependency free
- production ready
- background job queue
从maptalks中提取web worker线程池实现代码